gatekeeper:/var/log # iptables -L AUTO_PRE -vnt nat
Chain AUTO_PRE (1 references)
 pkts bytes target     prot opt in     out     source               destination         
 7467  358K ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0           tcp spts:1024:65535 dpt:4444 ADDRTYPE match dst-type LOCAL 
    0     0 REDIRECT   tcp  --  *      *       192.168.1.0/24       0.0.0.0/0           tcp spts:1:65535 dpt:80 ADDRTYPE match dst-type !LOCAL redir ports 8080 
  397 19056 REDIRECT   tcp  --  *      *       192.168.0.0/24       0.0.0.0/0           tcp spts:1:65535 dpt:80 ADDRTYPE match dst-type !LOCAL redir ports 8080 
    0     0 RETURN     tcp  --  *      *       192.168.1.0/24       0.0.0.0/0           tcp spts:1:65535 dpt:443 ADDRTYPE match dst-type !LOCAL 
    0     0 REDIRECT   tcp  --  *      *       192.168.0.0/24       0.0.0.0/0           tcp spts:1:65535 dpt:21 redir ports 2121 
gatekeeper:/var/log # 